home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master18.dxr / 00299.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  454 b   |  16 lines

  1. on mouseUp
  2.   global k, s200, s40, s60
  3.   if k = 0 then
  4.     set the visible of sprite 20 to 0
  5.     set the visible of sprite 19 to 1
  6.     animate("a18-5hs.wav", 19, "a18-5-01.bmp", 4, s60, EMPTY)
  7.     animate(EMPTY, 19, "a18-5-04.bmp", 1, s200, EMPTY)
  8.     animate(EMPTY, 19, "a18-5-04.bmp", 1, s200, EMPTY)
  9.     set the visible of sprite 20 to 1
  10.     set the visible of sprite 19 to 0
  11.     set k to 1
  12.     puppetSprite(19, 0)
  13.     puppetSprite(20, 0)
  14.   end if
  15. end
  16.